body {
	min-width: 1280px;
}
a{
    color:#000;
}
.fc-666 {
    color: #000;
}
.index-bg {
	background: url(../images/bg.jpg) center center repeat;
}
.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.pt-480 {
    padding-top: 480px;
}
.pb-70 {
    padding-bottom: 70px;
}
.dis-block {
    display: block;
}
.w-900 {
    width: 900px;
}
.w-720 {
    width: 720px;
}
.w-340 {
    width: 340px;
}
.w-441 {
	width: 441px;
}
.fc-red {
	color: #e81a1a;
}
.bg-white {
	background: #fff
}
.bg-red {
	background: #e81a1a;
}
.mt-80 {
	margin-top: 80px;
}
.mb-60 {
	margin-bottom: 60px;
}
.c-pointer {
	cursor: pointer;
}
.t-list li a:hover,
.date-list .u-cell a:hover {
	color: #e81a1a;
}
.header {
	background: url(../images/topbanner20211129.jpg) top center no-repeat;
	height: 540px;
	position: relative;
}
.search-link {
    background: #e81a1a url(../images/search.png) center center no-repeat;
    width: 80px;
    height: 70px;
    position: absolute;
    right: 0;
    border-radius: 0 0 15px 15px;
}
.menu {
    width: 1250px;
    margin: 0 auto;
    background: #e60012;
    line-height: 60px;
    height: 60px;
    color: #ffff;
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    border-radius: 10px 10px 0 0;
    z-index: 3;
}
.menu .item {
    width: 170px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #e60012;
    float: left;
    position: relative;
    z-index: 3;
}
.menu a {
    color: #fff;
    display: block;
}
.drop-menu {
    display: none;
    margin: 0 10px;
    z-index: 3;
    line-height: 30px;
    font-size: 22px;
    background-color: #e60012;
    border-top: 1px solid #fff;
}
.drop-menu a {
    font-weight: 400;
    padding: 10px 0;
}
.drop-menu a:hover {
    background-color: #cc0010;
    font-weight: 600;
}
.slider {
	width: 720px;
    height: 480px;
    float: left;
    overflow: hidden;
    position: relative;
}
.slider .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}
.slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slider .hd ul li.on {
    background: #ba2a21;
    color: #fff;
}
.slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 480px;
    position: relative;
}
.slider .bd img {
    width: 100%;
    height: 480px;
    display: block;
}
.slider .prev,
.slider .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 50px;
    opacity: .5;
}
.slider .prev {
    left: 0;
    background: url(../images/left.png) center center no-repeat;
}
.slider .next {
    background: url(../images/right.png) center center no-repeat;
    right: 0;
}
.slider .prev:hover,
.slider .next:hover {
    opacity: 1;
}
.slider .u-tit {
    background: url(../images/opacity.png) repeat;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slider .u-tit p {
	font-size: 24px;
    padding: 10px;
    width: 80%;
}
.t-list li {
    background: url(../images/point.png) left center no-repeat;
    text-indent: 20px;
}
.tab {
	font-size: 24px;
	height: 60px;
	line-height: 60px;
}
.tab a {
	float: left;
	position: relative;
	width: 147px;
	line-height: 60px;
	text-align: center;
	background: url(../images/tab_bg.jpg) center center no-repeat;
}
.tab a.active {
	background: #e81a1a;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}
.tab a.active:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
}
.tab_index {
	font-size: 23px;
	height: 60px;
	line-height: 60px;
}
.tab_index a {
	float: left;
	position: relative;
	width: 147px;
	line-height: 60px;
	text-align: center;
	background: url(../images/tab_bg.jpg) center center no-repeat;
}
.tab_index a.active {
	background: #e81a1a;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.tab_index a.active:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
}
.footer {
	position: relative;
    border-top: 5px solid #e81a1a;
    padding: 35px;
	z-index: 10;
}
.ft-wrap {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
}
.ft-bg {
	position: absolute;
	background: url(../images/bottom.png) bottom center no-repeat;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
}
.tree-menu {
	background: url(../images/icon_map.png) left center no-repeat;
	padding: 15px 15px 15px 35px;
}
.column-tab {
	height: 70px;
	background: url(../images/line.png) left center no-repeat;
    position: relative;
}
.column-tab a {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 170px;
    background: #e81a1a;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.column-tab .u-more {
    position: absolute;
    right: 0;
    top: 9px;
    width: 60px;
    font-size: 16px;
    background: none;
    color: #666;
}
.date-list .item {
	position: relative;
	line-height: 60px;
	font-size: 24px;
}
/*.date-list .item:nth-of-type(6n) {
	margin-bottom: 30px;
}*/
.date-list .u-cell {
	width: 930px;
	padding-left: 30px;
	background: url(../images/point.png) left center no-repeat;
}
.date-list .u-cell-2{
    width: 700px;
}
.date-list .u-cell a {
	color: #000;
}
.date-list .date {
	position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 60px;
    top: 0;
    color: #aaaaaa;
}
.page-wrap {
    height: 34px;
    background: url(../images/tab_bg.jpg) left center repeat;
    text-align: center;
    padding: 13px;
}
.page-wrap a {
    display: inline-block;
    padding: 0 8px;
    line-height: 34px;
    height: 34px;
    font-size: 18px;
    margin: 0 1px;
}
.page-wrap a.active {
    padding: 0 12px;
	background: #e81a1a;
	color: #fff;
}
.article-wrap {
	border: 4px solid #dddddd;
	padding: 80px;
}
.article-title {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}
.article-meta {
	line-height: 48px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #666;
	position: relative;
	padding: 0 10px;
}
.bdsharebuttonbox .bds_more {
	background: url(../images/share.png) center center no-repeat !important;
    width: 40px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.search-wrap {
	background: #f5f5f5;
    padding: 20px;
}
.search-input {
	float: left;
	width: 900px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    outline: 0;
}
.search-btn {
	height: 47px;
    line-height: 47px;
    width: 130px;
    float: right;
    font-weight: 600;
    border: 0;
    background: #e81a1a;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.form-wrap {
    width: 580px;
    border: 1px solid #dfdfdf;
    margin: 80px auto;
    padding: 60px;
}
.u-label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 10px;
    font-size: 18px;
    line-height: 42px;
}
.u-input {
    float: left;
    width: 340px;
    font-size: 18px;
    outline: 0;
    padding: 10px;
    border: 1px solid #dfdfdf;
}
.radio-cell {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    line-height: 42px;
}
.radio-cell .u-radio {
    margin-top: 0;
    vertical-align: baseline;
}
.form-submit {
    border: 0;
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background: #e81a1a;
    color: #fff;
    margin: 35px auto 0;
    display: block;
    font-weight: 600;
    outline: 0;
    padding: 0;
}
.link-cell {
    display: block;
    margin-top: 20px;
}
.link-cell:first-of-type {
    margin-top: 0;
}
.link-img {
    display: block;
    width: 340px;
}
.meet-wrap {
    background: url(../images/meet_bg.png) top center no-repeat;
    height: 320px;
    padding: 0 40px;
}
.meet-wrap .u-top {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 58px;
}
.meet-input {
    display: block;
    width: 330px;
    padding: 14px 15px;
    font-size: 18px;
    margin: 30px auto 0;
    background: #eeeeee;
    border: 0;
    outline: 0;
    border-radius: 6px;
}
.meet-submit {
    display: block;
    width: 360px;
    height: 50px;
    background: #e81a1a;
    color: #fff;
    font-size: 22px;
    border: 0;
    outline: 0;
    border-radius: 6px;
    margin: 25px auto 0;
    cursor: pointer;
}
.search-wrap-2 {
    background: none;
    padding: 20px 0;
}
.search-input-2 {
    width: 345px;
    background: #eee;
    border-radius: 6px;
    border: 0;
}
.search-btn-2 {
    width: 60px;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    background: #e81a1a url(../images/search_white.png) center center no-repeat;
}
.page-wrap span.current{
    background: #e81a1a;
    padding: 5px 12px;
    color: #fff;
    display: inline-block;
  }
